Returns the ASCII character corresponding to the value specified in number.
Format: CHAR (number)
Argument:
ΓÇó number: A number, the address of a cell that contains a number, or a field that contains a number. The number can be fractional, but the fraction is discarded.
Example:
CHAR (99.8) returns c.
Shows that the 99th ASCII code is c (the fractional portion of the number is ignored).